What to use to write tests? [Rails]

Posted by yuval on Stack Overflow See other posts from Stack Overflow or by yuval
Published on 2010-03-14T21:29:41Z Indexed on 2010/03/14 22:05 UTC
Read the original article Hit count: 148

Filed under:
|

I asked a question about different testing frameworks yesterday. This question can be found here. Now that I have a better understanding of the different frameworks, I have a very simple question:

With a basic understanding, but very limited experience with writing tests with rails' built in testing framework (basic assertions), would it be okay for me to jump directly to testing with RSpec, Webrat, and Cucamber?

Thank you!


As a side note: yes, this is an opinion based question, but I feel that the input received to this question is valuable enough to the community to keep this question open. Thanks.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about testing